Release 10.1A: OpenEdge Development:
ADM Reference
tableOut
This procedure outputs requested fields from the SmartDataObject (SDO) to a standard temp-table format.
Location: data.p Parameters:INPUT pcFieldList AS CHARACTERThe list of fields wanted.
INPUT plIncludeObj AS LOGICALWhether to include object fields.
INPUT piMaxRecords AS INTEGERMaximum number of records to handle (currently must be <= 5000).
OUTPUT TABLE FOR ttTableThe SDO data.
OUTPUT iExtractedRecs AS INTEGERThe actual number of records handled.
Notes:
- Temp-table is defined in
afttsdoout.i. Fields passed in are checked with a can-do to support * for all or ! field_name to exclude a field, for example,! RowNum,!RowIdent,!RowMod, *would use all non-SDO specific fields. Do not use a table prefix for fields passed in. The temp-table contains a record per record / field combination Currently has a hard coded limit of 5000 records to fetch - max!
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |